func os.rootOpenDir
4 uses
os (current package)
removeall_at.go#L176: fd, err := rootOpenDir(dirfd, name)
root_openat.go#L136: fd, err := rootOpenDir(parent, name)
root_openat.go#L340: openDirFunc = rootOpenDir
root_unix.go#L112: func rootOpenDir(parent int, name string) (int, error) {
![]() |
The pages are generated with Golds v0.8.5. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |